home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / GNU / gnuplot.lha / gnuplot / docs / util / src / readme < prev    next >
Encoding:
Text File  |  1994-04-27  |  938 b   |  33 lines

  1. Document conversion utilities
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. checkdoc    check a doc file for correctness of first column.
  4.  
  5. doc2gih        program to convert Gnuplot .DOC format to gnuplot
  6.         interactive help (.GIH) format.
  7.  
  8. doc2hlp.c    program to convert Gnuplot .DOC format to VMS help
  9.         (.HLP) format.
  10.  
  11. doc2ipf.c    program to convert Gnuplot .DOC format to OS/2 ipfc
  12.         (.inf/.hlp) format.
  13.  
  14. doc2ms.c    program to convert Gnuplot .DOC format to *roff
  15.         -ms document
  16.  
  17. doc2rtf.c    program to convert Gnuplot .DOC format to MS windows
  18.         help (.rtf) format.
  19.  
  20. doc2tex.c    program to convert Gnuplot .DOC format to LaTeX document.
  21.  
  22.  
  23. Compilation notes
  24. ~~~~~~~~~~~~~~~~~
  25.     To  compile  any  of  these  utilities, simply type "sc <filename>"
  26. where <filename> is one of the above listed names.  Feel free to modify the
  27. SCOPTIONS file to suit your needs.
  28.  
  29.  
  30. Changes to original source code
  31. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  32. Commented out reference to malloc.h in doc2ipf.c
  33.